INSTALL file nits

Поиск
Список
Период
Сортировка
От Rich Morin
Тема INSTALL file nits
Дата
Msg-id p06230927bf60f0d716be@[192.168.254.205]
обсуждение исходный текст
Ответы Re: INSTALL file nits  (Michael Glaesemann <grzm@myrealbox.com>)
Re: INSTALL file nits  (Josh Berkus <josh@agliodbs.com>)
Re: INSTALL file nits  (Josh Berkus <josh@agliodbs.com>)
Список pgsql-docs
I just grabbed a copy of PostgreSQL from

   http://www.apple.com/downloads/macosx/unix_open_source/postgresql.html

and installed it on my Mac OS X (Tiger; 10.4.2) machine.  I followed the
"Short Version" in the INSTALL file until I ran into problems, then did
some workarounds, as discussed below.  Perhaps this file should be made
a bit more explicit or an INSTALL.OSX file could be generated...

./configure
    No reported problems.

gmake
    No such command, but I ran "make --version" and saw that it
    was GNU Make, so I used it.  No reported problems.

su
    This command requires a root password, which does not exist.
         OSX uses "sudo -s" for this sort of thing.

gmake install
    Used make; no reported problems.

adduser postgres
    No such command.  I considered using System Preferences > Accounts
    to add a user, but this seemed like a rather bogus approach, as it
    would put a user in the Login dialog (unlike lp, postfix, ...).  I
    found a (slightly dated) note from Apple, however, that suggested
         just this approach, so I gave it a try.

      http://developer.apple.com/internet/opensource/postgres.html

mkdir /usr/local/pgsql/data
chown postgres /usr/local/pgsql/data
    No reported problems.

su - postgres
    No reported problems (when run under sudo).

/usr/local/pgsql/bin/initdb -D /usr/local/pgsql/data
/usr/local/pgsql/bin/postmaster -D /usr/local/pgsql/data >logfile 2>&1 &
/usr/local/pgsql/bin/createdb test
/usr/local/pgsql/bin/psql test
    No reported problems, but the last command left me at a prompt
    with no particular instructions as to what I should do next.

-r
--
email: rdm@cfcl.com; phone: +1 650-873-7841
http://www.cfcl.com        - Canta Forda Computer Laboratory
http://www.cfcl.com/Meta   - The FreeBSD Browser, Meta Project, etc.

В списке pgsql-docs по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Added documentation about caching, reliability
Следующее
От: Michael Glaesemann
Дата:
Сообщение: Re: INSTALL file nits